home *** CD-ROM | disk | FTP | other *** search
- global no_cat, framecnt, incrementv, m
-
- on slideb
- puppetSprite(11, 1)
- set w to the height of sprite 10
- set incrementv to w / 105
- set m to the bottom of sprite 10
- set the volume of sprite 20 to 123.92999999999999261
- end
-
- on slideractivev ch
- repeat while the stillDown
- set newv to constrainV(10, mouseV())
- set the locV of sprite ch to newv
- set value to (m - newv) / incrementv
- end repeat
- set the volume of sprite 20 to value * 2.42999999999999972
- end
-
- on continueautoplay
- set framecnt to 1 + framecnt
- go(marker(1))
- set gcnt to value(getAt(no_cat, framecnt))
- set the movieRate of sprite 20 to 0
- set the movieTime of sprite 20 to gcnt
- end
-
- on continues16
- set framecnt to 1
- go("S16ST")
- set gcnt to value(getAt(no_cat, framecnt))
- set the movieRate of sprite 20 to 0
- set the movieTime of sprite 20 to gcnt
- end
-
- on continues08
- set framecnt to 1
- go("S08ST")
- set gcnt to value(getAt(no_cat, framecnt))
- set the movieRate of sprite 20 to 0
- set the movieTime of sprite 20 to gcnt
- end
-